home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / amiga-useful / gnutar / source / gnutarsrc.lha / sasinclude / sys / file.h
C/C++ Source or Header  |  1995-03-29  |  113b  |  9 lines

  1. #ifndef _FILE_
  2. #define _FILE_
  3.  
  4. #ifndef NDIR_DUMMY
  5. #include <ndir.h>
  6. #endif /* NDIR_DUMMY */
  7.  
  8. #endif /* _FILE_ */
  9.